Unity3d publishes detailed steps for APK to run in the Android virtual machine (Unity3d export Android apk), the total process is divided into the following 6 steps:
1. Installation JAVA_JDK
2. Configure Java Environment variables
3, update the Android SDK
4. Release APK documents from Unity3d
5. Create Android
The general process is divided into the following six steps:
1. Install java_jdk
2. Configure java environment variables
3. Update the android sdk
4. Release the apk file from Unity3d
5. Create and run the android Virtual Machine
6. Install the apk file on the android virtual machine.
(For the convenience of beginners
The overall process is divided into the following 6 steps:1, installation Java_jdk2. Configuring Java Environment variables3. Update the Android SDK4. Release the apk file from Unity3d5. Create an Android virtual machine and run it6. Install the APK file into the Android virtual machine(for the convenience of novice, i
In ubuntu, the apk software was installed on the android Virtual Machine for android development in the window some time ago. You can use the adb command to install the apk software on the android Virtual Machine. During this time, it was transferred to linux, I am using ubuntu. After setting up the android development
Virtual apk plug-in Architecture Analysis, virtualapk
The basic principle is to hook the system's activity service and other key components. When you need to start some components in the plug-in and use the custom logic, when you start the components in the local apk, native logic.1. system problems.
Before analyzing the Didi plug-in framework, you need to und
environment variable, you can now start the installation, first use AVD Manager.exe to create the virtual machine, and then press start to start the Android virtual machine, do not shut down after startup, open a CMD window CD to the directory you put apk, input: adb install xxx.apk For example, you put qq.apk in D, then in the cmd window input d: Enter, and the
In ubuntu, the apk software was installed on the android virtual machine for android development in the window some time ago. you can use the adb command to install the apk software on the android virtual machine. during this time, it was transferred to linux, I am using ubuntu. after setting up the android development
Some time ago, I used Android development in windows. I can use the ADB command to install the APK software for the android virtual machine,
During this time, I switched to Linux. I used ubuntu. After setting up the android development environment, I started
Android virtual machines install some common software, such as file browsers.
First open the termina
1, start the virtual machine
2, my Android SDK in the "E:\android\android development environment \android Sdk\platform-tools" To install apk copy to this root directory (and adb.exe the same folder).
2, click on the lower left corner of the computer "Start" button, enter cmd and then click Enter to open the CMD input box.
3. (since my Android SDK installation path is e disk, I need to locate the simula
APK is a project package released by the Android system. Many times we want to run it on a computer rather than on an Android phone. The following describes how to run the Android APK file on a computer.
First, you must configure the android environment variables. If configured, the installation will be very convenient.
You can append the object to the path of the system variable, or append the object to th
1. Start a virtual machine
2. on the "E: \ Android Development Environment \ Android SDK \ platform-tools.pdf" page of my android SDK, copy the apkto be installed to this directory (the same folder as adb.exe ).
2. Click the start button in the lower left corner of the computer, Enter cmd, and then press enter to open the CMD input box.
3, (Because my android SDK installation path is an e disk, You need to locate the simulator platform-tools direct
Solution: There is a dx.bat in android->sdk->build-tools-android-versionDx.bat--dexThe Dx.bat script for the command has such a codeREM by default, give DX a max heap size of 1 gig and a stack size of 1meg.rem This can is overridden by using "-jxmx ..." a nd "-JXSS ..." Options Below.set defaultxmx=-xmx1024mset defaultxss=-xss1mSet defaultxmx=-xmx1024mThe reason is that the xmx set here is 1024M, when compiling the package apk, the Java
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.